'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function Where( _
ByVal As System.Linq.IQueryable, _
ByVal As System.String, _
ByVal ParamArray () As System.Object _
) As System.Linq.IQueryable
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static System.Linq.IQueryable Where(
System.Linq.IQueryable ,
System.string ,
params System.object[]
)